home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / PRIMITIV / TPOT / TPOTDLL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  353 b   |  15 lines

  1. // Cop$yright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: TPotDll.h 1.1 1996/07/19 00:11:03 Damien Exp $ */
  3. //
  4. // Globals used by DLL
  5. //
  6.  
  7. #ifndef __TPOTDLL__
  8. #define __TPOTDLL__  
  9.  
  10. // Global variables used by the DLL
  11. extern long global_count_Obj;      //  } defines in TEA_DLL.CPP
  12. extern long global_count_Lock;     //  }
  13.  
  14. #endif
  15.